home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
Languages
/
MacHaskell 2.2
/
com
/
locked
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-27
|
196 b
|
15 lines
|
[
TEXT/ttxt
]
#!/bin/csh
#
#
# identify locked source files
#
cd $Y2
foreach i (*/*.scm */*.lisp)
if (-e $i:h/RCS/$i:t,v) then
foreach j (`rlog -R -L $i:h/RCS/$i:t,v`)
ls -l $i
end
endif
end